ComponentOne ASP.NET MVC Controls
ItemsBoundControlBuilder<T,TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : ItemsBoundControlBuilder<T,TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.ItemsBoundControl<T>.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class ItemsBoundControlBuilder
    (Of T,TControl As ItemsBoundControl(Of T),
     TBuilder As ItemsBoundControlBuilder(Of T,TControl,TBuilder)) 
   Inherits ControlBuilder(Of TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class ItemsBoundControlBuilder<T,TControl,TBuilder> : ControlBuilder<TControl,TBuilder> 
where TControl: ItemsBoundControl<T>
where TBuilder: ItemsBoundControlBuilder<T,TControl,TBuilder>
Type Parameters
T
TControl
TBuilder
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ControlBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,TControl,TBuilder>
                  C1.Web.Mvc.Fluent.DropDownBuilder<T,TControl,TBuilder>
                  C1.Web.Mvc.Fluent.ListBoxBuilder<T>

See Also

Reference

ItemsBoundControlBuilder<T,TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace